SubscriptionEventArgs

StockSharp.MatLab

Argument which contains subscription.

Inherits: EventArgs

Properties

Subscription
public Subscription Subscription { get; }
value = subscriptionEventArgs.Subscription

Subscription

Value
public TValue Value { get; }
value = subscriptionEventArgs.Value

Value.